type runtime.interfacetype
18 uses
runtime (current package)
alg.go#L169: i := (*interfacetype)(unsafe.Pointer(t))
iface.go#L29: func itabHashFunc(inter *interfacetype, typ *_type) uintptr {
iface.go#L34: func getitab(inter *interfacetype, typ *_type, canfail bool) *itab {
iface.go#L97: func (t *itabTableType) find(inter *interfacetype, typ *_type) *itab {
iface.go#L412: func convI2I(dst *interfacetype, src *itab) *itab {
iface.go#L422: func assertI2I(inter *interfacetype, tab *itab) *itab {
iface.go#L433: func assertI2I2(inter *interfacetype, i iface) (r iface) {
iface.go#L449: func assertE2I(inter *interfacetype, t *_type) *itab {
iface.go#L457: func assertE2I2(inter *interfacetype, e eface) (r iface) {
iface.go#L472: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L477: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
mfinal.go#L242: ityp := (*interfacetype)(unsafe.Pointer(f.fint))
mfinal.go#L462: ityp := (*interfacetype)(unsafe.Pointer(fint))
runtime2.go#L952: inter *interfacetype
type.go#L69: it := (*interfacetype)(unsafe.Pointer(t.Type))
type.go#L218: type interfacetype = abi.InterfaceType
type.go#L395: it := (*interfacetype)(unsafe.Pointer(t))
type.go#L396: iv := (*interfacetype)(unsafe.Pointer(v))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |